
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
@ianvs/eslint-stats
Advanced tools
A package of custom formatters that show aggregated stats of eslint errors
#Statistic Reporter for ESLint. Analyses the files for error frequency, rather than location. This is helpful when introducing ESLint to an existing project.
Forked from https://github.com/ganimomer/eslint-stats
npm install --save-dev eslint-stats
Use it with grunt:
...
eslint: {
options: {
format: require('eslint-stats').byError,
src: [...]
},
...
or use it directly with ESLint:
$ eslint --format node_modules/eslint-stats/byError.js
Shows the eslint report, aggragated by errors, without separation into specific files. Rules with warnings are not displayed
Shows the eslint report, aggragated by warnings, without separation into specific files. Rules with errors are not displayed.
Shows the eslint report, aggragated by errors and warnings, without separation into specific files. Errors are red, and warnings are yellow.
Shows the eslint report, aggragated by errors and warnings, without separation into specific files. Errors are red, and warnings are yellow. If any rule is an error in one file and a warning in another, results show up stacked.
Shows the eslint report, aggragated by errors and warnings, separated into folders. Errors are red, and warnings are yellow.
FAQs
A package of custom formatters that show aggregated stats of eslint errors
The npm package @ianvs/eslint-stats receives a total of 71,295 weekly downloads. As such, @ianvs/eslint-stats popularity was classified as popular.
We found that @ianvs/eslint-stats demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.